gametheory
Class GenerateMonteCarloTask

java.lang.Object
  extended by gametheory.GenerateMonteCarloTask
All Implemented Interfaces:
java.util.concurrent.Callable<Game>

public class GenerateMonteCarloTask
extends java.lang.Object
implements java.util.concurrent.Callable<Game>

Generates a Monte Carlo game, solving all the equilibria.


Constructor Summary
GenerateMonteCarloTask(int i)
          Creates a new instance of GenerateImportanceGameTask
 
Method Summary
 Game call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateMonteCarloTask

public GenerateMonteCarloTask(int i)
Creates a new instance of GenerateImportanceGameTask

Parameters:
i - Index of game, used for generating filename when calling Gambit.
Method Detail

call

public Game call()
Specified by:
call in interface java.util.concurrent.Callable<Game>